Test MULTI_FRAME, not HAVE_X_WINDOWS.
authorRichard M. Stallman <rms@gnu.org>
Sat, 5 Jun 1993 17:05:17 +0000 (17:05 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 5 Jun 1993 17:05:17 +0000 (17:05 +0000)
src/puresize.h

index 24d1c50af6e9488aa71cb700947a8e6ec132c858..97e976ef450407688eca8ddde254fe715396ae87 100644 (file)
@@ -28,7 +28,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
    storage to allocate.  */
 
 #ifndef PURESIZE
-#ifdef HAVE_X_WINDOWS
+#ifdef MULTI_FRAME
 #define PURESIZE 200000
 #else
 #define PURESIZE 185000